home *** CD-ROM | disk | FTP | other *** search
-
- INCLUDE=c:\borlandc\lib;C:\SICL\C
- LIBS=c:\borlandc\lib
-
- all: ERRHAND.exe \
- ERRHAND2.exe \
- FORMATIO.exe \
- HPIBDV.exe \
- HPIBSTAT.exe \
- LOCKING.exe \
- NONFMT.exe \
- SER_DEV.exe \
- SER_INTF.exe
-
- .c.exe:
- BCC -c -I$(INCLUDE) -ml -D_WINDOWS $*.c
- tlink @&&!
- /Tw /c /C $(LIBS)\c0wl $*
- $*
- $*
- c:\sicl\c\sicl16 c:\sicl\c\bcapp16 $(LIBS)\cwl $(LIBS)\import
- test
- !
-
-